home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 116 / MacAddict 116 (Mac Power Pack)(theDISC)(April 2006).iso / Software / Interface / Butler.dmg / Butler.app / Contents / Info.plist next >
Encoding:
Extensible Markup Language  |  2006-01-24  |  2.5 KB  |  96 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>CFBundleDevelopmentRegion</key>
  6.     <string>English</string>
  7.     <key>CFBundleDocumentTypes</key>
  8.     <array>
  9.         <dict>
  10.             <key>CFBundleTypeExtensions</key>
  11.             <array>
  12.                 <string>butlerengines</string>
  13.             </array>
  14.             <key>CFBundleTypeIconFile</key>
  15.             <string>butleritem.icns</string>
  16.             <key>CFBundleTypeName</key>
  17.             <string>Butler Search Engines</string>
  18.             <key>CFBundleTypeRole</key>
  19.             <string>Viewer</string>
  20.             <key>LSTypeIsPackage</key>
  21.             <false/>
  22.         </dict>
  23.         <dict>
  24.             <key>CFBundleTypeExtensions</key>
  25.             <array>
  26.                 <string>butlerhelper</string>
  27.             </array>
  28.             <key>CFBundleTypeIconFile</key>
  29.             <string>butlerplugin.icns</string>
  30.             <key>CFBundleTypeName</key>
  31.             <string>Butler Helper</string>
  32.             <key>CFBundleTypeRole</key>
  33.             <string>None</string>
  34.             <key>LSTypeIsPackage</key>
  35.             <true/>
  36.         </dict>
  37.         <dict>
  38.             <key>CFBundleTypeExtensions</key>
  39.             <array>
  40.                 <string>butleritems</string>
  41.             </array>
  42.             <key>CFBundleTypeIconFile</key>
  43.             <string>butleritem.icns</string>
  44.             <key>CFBundleTypeName</key>
  45.             <string>Butler Items</string>
  46.             <key>CFBundleTypeRole</key>
  47.             <string>Viewer</string>
  48.             <key>LSTypeIsPackage</key>
  49.             <false/>
  50.         </dict>
  51.         <dict>
  52.             <key>CFBundleTypeExtensions</key>
  53.             <array>
  54.                 <string>butlerplugin</string>
  55.             </array>
  56.             <key>CFBundleTypeIconFile</key>
  57.             <string>butlerplugin.icns</string>
  58.             <key>CFBundleTypeName</key>
  59.             <string>Butler Plugin</string>
  60.             <key>CFBundleTypeRole</key>
  61.             <string>None</string>
  62.             <key>LSTypeIsPackage</key>
  63.             <true/>
  64.         </dict>
  65.     </array>
  66.     <key>CFBundleExecutable</key>
  67.     <string>Butler</string>
  68.     <key>CFBundleGetInfoString</key>
  69.     <string>Butler 4.0 ¬© Peter Maurer</string>
  70.     <key>CFBundleIconFile</key>
  71.     <string>butler.icns</string>
  72.     <key>CFBundleIdentifier</key>
  73.     <string>de.petermaurer.Butler</string>
  74.     <key>CFBundleInfoDictionaryVersion</key>
  75.     <string>6.0</string>
  76.     <key>CFBundleName</key>
  77.     <string>Butler</string>
  78.     <key>CFBundlePackageType</key>
  79.     <string>APPL</string>
  80.     <key>CFBundleShortVersionString</key>
  81.     <string>4.0</string>
  82.     <key>CFBundleSignature</key>
  83.     <string>????</string>
  84.     <key>CFBundleVersion</key>
  85.     <string>4.0</string>
  86.     <key>LSUIElement</key>
  87.     <string>1</string>
  88.     <key>NSHumanReadableCopyright</key>
  89.     <string>¬© 2006 Peter Maurer</string>
  90.     <key>NSMainNibFile</key>
  91.     <string>Main</string>
  92.     <key>NSPrincipalClass</key>
  93.     <string>PMHotkeyApplication</string>
  94. </dict>
  95. </plist>
  96.